home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / ntsp3 / nt4sp3_i.exe / [0] / diradd.htr < prev    next >
Text File  |  1997-05-01  |  5KB  |  138 lines

  1. <HTML>
  2. <title>Internet Service Manager</title>
  3. <BODY BGCOLOR=#FFFFFF LINK=000000 VLINK=000000>
  4.  
  5. <!-- Header -->
  6. <TABLE BORDER=0>
  7. <TR VALIGN=CENTER>
  8. <TD>
  9. <A HREF="/iisadmin/default.htm">
  10. <IMG SRC="/iisadmin/logo.gif" ALT="" ALIGN=BOTTOM BORDER=0></A></TD>
  11. <TD><FONT SIZE=+2 COLOR=000000>
  12. <B><%if servid EQ 4%>WWW Administrator<%elif servid EQ 1%>FTP Administrator<%elif servid EQ 2%>Gopher Administrator<%endif%> - Directory Add</B></FONT><BR>
  13. <FONT SIZE=+1 COLOR=0000CD>Administration on <%servname%>://<%hostname%></FONT>
  14. </TD></TR>
  15. </TABLE>
  16.  
  17. <P>
  18.  
  19. <form method="POST" action="/scripts/iisadmin/ism.dll?<%servname%>/diraddu">
  20.  
  21. <table border=0 BGCOLOR=C0C0C0 WIDTH=500 nowrap>
  22. <BR>
  23. <!-- Directory -->
  24. Directory : <input type="text" name="rootdir" value="<%if reqparam RF "rootdir"%><%msgbody.rootdir%><%endif%>" size=46>
  25. <input type="submit" name="bdir" value=" Browse... "><p>
  26.  
  27. <!-- Home Directory -->
  28. <TABLE border=0 WIDTH=500 NOWRAP>
  29. <TR><TD ALIGN=LEFT VALIGN=MIDDLE>
  30. <dl>
  31. <DD><input type="radio" name="rootishome" value="1"> Home Directory <IMG SRC="/iisadmin/house_t.gif" ALT="" BORDER=0>
  32. </dl>
  33. </TD></TR>
  34. </TABLE>
  35. <HR Noshade>
  36. <!-- Virtual Directory -->
  37. <TABLE Border=0 BGCOLOR=C0C0C0 WIDTH=500 NOWRAP>
  38. <TR><TD ALIGN=LEFT VALIGN=MIDDLE> 
  39. <FONT SIZE=+1 COLOR=#000080><B>Virtual Directory</B></FONT>
  40. <dl>
  41. <DD><input type="radio" name="rootishome" value="0" CHECKED> Virtual Directory
  42. <BR>
  43. <dd>Alias : <input type="text" name="rootname" value="" size=36>
  44. </dl>
  45. </TD></TR>
  46. </TABLE>
  47. <HR Noshade>
  48.  
  49. <!-- Account Info -->
  50. <TABLE Border=0 BGCOLOR=C0C0C0 WIDTH=500 NOWRAP>
  51. <TR><TD ALIGN=LEFT VALIGN=MIDDLE>
  52. <FONT SIZE=+1 COLOR=#000080><B>Account Information</B></FONT><BR>
  53. <FONT SIZE=-1>
  54. This box is valid only if the Directory specified 
  55. at the top of this dialog page is a Universal Naming Convention (UNC) 
  56. server and share name (e.g., \\Webserver\Htmlfiles). 
  57. Enter the username and password that has permission to use the 
  58. network directory. Virtual directories on network drives must be 
  59. on computers in the same Windows NT domain as the Internet 
  60. Information Server.<P>
  61.  
  62. <B>Important:</B> If you specify a username and password to connect to a 
  63. network drive, all Internet Information Server access to that 
  64. directory will use that username and password. You should use 
  65. care when using UNC connections to network drives to prevent 
  66. possible security breaches.
  67. </FONT>
  68. <dl>
  69. <dd>Username : <input type="text" name="rootacctname" value="" size=40><BR>
  70. <dd>Password : <input type="password" name="rootacctpw" value="" size=40>
  71. </dl>
  72. </TD></TR>
  73. </TABLE>
  74. <HR Noshade>
  75.  
  76. <!-- Virtual Server -->
  77. <%if servid EQ 4%>
  78. <%if cap1flag BA 4%>
  79. <TABLE Border=0 BGCOLOR=C0C0C0 WIDTH=500 NOWRAP>
  80. <TR><TD ALIGN=LEFT VALIGN=MIDDLE>
  81. <FONT SIZE=+1 COLOR=#000080><B>Virtual Server</B></FONT><BR>
  82. <FONT SIZE=-1>If an IP address is specified, then Virtual Server is enabled.</FONT>
  83. <DL>
  84. <DD>Virtual Server IP Address : <input type="text" name="rootaddr" value="" SIZE=16><p>
  85. </DL>
  86. </TD></TR>
  87. </TABLE>
  88. <p>
  89. <HR Noshade>
  90. <%else%>
  91. <input type="hidden" name="rootaddr" value="">
  92. <%endif%>
  93. <%else%>
  94. <input type="hidden" name="rootaddr" value="">
  95. <%endif%>
  96.  
  97. <!-- Access -->
  98. <%if servid NE 2%>
  99. <TABLE Border=0 BGCOLOR=C0C0C0 WIDTH=500 NOWRAP>
  100. <TR><TD ALIGN=LEFT VALIGN=MIDDLE>
  101. <FONT SIZE=+1 COLOR=#000080><B>Access</B></FONT>
  102. <dl>
  103. <%if servid EQ 1%>
  104.  <dd><input type="checkbox" name="rootisread" value=1 CHECKED> Read
  105.  <dd><input type="checkbox" name="rootiswrite" value=1> Write
  106. <%elif servid EQ 4%>
  107.  <dd><input type="checkbox" name="rootisread" value=1 CHECKED> Read
  108.  <dd><input type="checkbox" name="rootisexec" value=1> Execute
  109.  <%if w3cryptcapable NE 0%>
  110.  <dd><input type="checkbox" name="rootisssl" value=1> Require secure SSL channel
  111.  <dd><input type="checkbox" name="rootiscert" value=1> Enable Client Certificates
  112.  <dd><input type="checkbox" name="rootiscm" value=1> Require Client Certificates
  113.  <%endif%>
  114. <%endif%>
  115. </dl>
  116. </TD></TR>
  117. </TABLE>
  118. <HR Noshade>
  119. <%endif%>
  120.  
  121.  
  122. <!-- OK/CANCEL/RESET Buttons -->
  123. <TABLE WIDTH=500 HEIGHT=30 BORDER=0 NOWRAP>
  124. <TR><TD ALIGN=RIGHT>
  125. <input type="submit" value="     OK     ">
  126. <input type="submit" name="cancel" value=" Cancel ">
  127. <input type="reset" value="  Reset  ">
  128. <%if 1 EQ 1%>
  129. <input type="hidden" name="helptopic" value="/iisadmin/<%if servid EQ 4%>htdira.htm<%elif servid EQ 1%>ftdira.htm<%elif servid EQ 2%>godira.htm<%endif%>">
  130. <input type="submit" name="help" value="  Help  ">
  131. <%endif%>
  132. </TD></TR>
  133. </TABLE>
  134.  
  135. </TABLE>
  136.  
  137. </form>
  138. </body></html>